home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_542 / pploadseg / pploadseg.doc < prev    next >
Text File  |  1992-05-06  |  6KB  |  137 lines

  1.  
  2.  
  3.                           PPLoadSeg 1.0 User Manual
  4.  
  5.                                  May 17, 1991
  6.  
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.      The programs and files in this distribution are freely distributable,
  13. but are also Copyright (c) Nico François.  They may be freely distributed as
  14. long as no more than a nominal fee is charged to cover time and copying costs.
  15.      No commercial usage is permitted without written permission from the
  16. author.  Everything in this distribution must be kept together, in original
  17. unmodified form.
  18.      The above is generally known as freeware.
  19.  
  20.      If you have suggestions or remarks about this program, or if you find
  21. any bugs, please let me know.
  22.  
  23.      Write to the following address:
  24.  
  25.                                 Nico François
  26.                                 Corbielaan 13
  27.                                 B-3060 Bertem
  28.                                 BELGIUM
  29.  
  30.  
  31. Contents
  32. ========
  33.  
  34. 1. An introduction
  35.  
  36. 2. Usage
  37.  
  38.  
  39. 1. An introduction
  40. ==================
  41.  
  42.      Yet another PowerPacker support utility.  If you don not know what
  43. PowerPacker is I suggest you check out the shareware version on Fish disk #253
  44. or buy the (much improved) commercial version from UGA, JumpDisk or your local
  45. dealer.
  46.  
  47.      This program will add a little magic to your Amiga.  It allows you to
  48. crunch libraries, devices, printer drivers, fonts, etc. with PowerPacker while
  49. they will still remain 100% functional.  It also allows you to crunch programs
  50. as data files (so without a decrunch header) while you will still be able to
  51. run them.  Black magic ?  No.  Patch magic :-)
  52.  
  53.      The idea is not new.  The Imploder has provided the facility for a while,
  54. as lots of people pointed out to me.  It was therefore (naturally) a much
  55. heard suggestion for "the next version of" PowerPacker.  Well, here it is,
  56. _without_ a new version of PowerPacker!
  57.  
  58.      It is advised to copy PPLoadSeg to C: and install it as the first
  59. command in your startup-sequence.  PPLoadSeg requires powerpacker.library so
  60. install this in Libs: if you haven't done so already.
  61.      An installation icon has been provided to do the things mentioned
  62. above automatically, just double-click it.
  63.  
  64.      Once installed PPLoadSeg takes up no more than 480 bytes of your
  65. precious memory.  I doubt that this will cause much memory problems :-)
  66.  
  67.      PPLoadSeg is compatible with and supports Kickstart & Workbench 2.0.
  68.  
  69.  
  70. 2. Usage 
  71. ========
  72.  
  73.      Usage is a doddle.  You have to do absolutely nothing!  You may crunch
  74. libraries, devices, printer drivers, fonts and they will be loaded like
  75. nothing happened (except that you will have gained a lot of space on your
  76. disks).  The only thing you have to do is crunch them as command files, but
  77. save then as *DATA* files!  Do not append '.pp' to the file name, so overwrite
  78. the original file with the crunched one.
  79.  
  80.      PPLoadSeg patches LoadSeg (as you might have guessed).  LoadSeg is a
  81. function in dos.library that is used to load most system things, like
  82. libraries and devices.  PPLoadSeg replaces LoadSeg with a function that
  83. knows about PowerPacked files.  This new improved LoadSeg will recognize and
  84. decrunch crunched files and hand them over to DOS like they were loaded
  85. normally and nothing extraordinary happened.
  86.  
  87.      The Workbench loads programs using LoadSeg, so it is possible to save
  88. programs that will be loaded from Workbench as data files (no decrunch
  89. header!).  A lot of shells (like the AmigaDOS 2.0 shell) will also load
  90. commands using LoadSeg, so here you can save crunched commands as data as
  91. well.  Sadly the standard AmigaDOS 1.3 shell does NOT use LoadSeg.
  92.  
  93.      It won't hurt to experiment!  If you try to crunch something and it turns
  94. out it isn't loaded using LoadSeg the program loading the crunched file will
  95. simply complain (if it is written correctly!) and no harm will be done.  Just
  96. decrunch the file and everyhting will be ok again.
  97.  
  98. NOTE: - PPLoadSeg is intelligent about the way it patches LoadSeg.  If you
  99.         run other programs that patch LoadSeg it is possible they will crash
  100.         if they are run after PPLoadSeg.  Note that this is not PPLoadSeg's
  101.         fault!  PPLoadSeg should therefore be run AFTER these commands by
  102.         putting these commands BEFORE PPLoadSeg in your startup-sequence.
  103.         Utilities that might patch LoadSeg are e.g. linkvirus detectors.
  104.       - PPLoadSeg has been succesfully tested with: libraries, devices,
  105.         printer drivers, keymaps, fonts, and _some_ handlers.
  106.       - As said above it is suggested that you crunch as a command file and
  107.         save as a data file.  It is possible to crunch AND save as data, but
  108.         there is a small risk in that case.  PowerPacker does not support all
  109.         hunks (e.g. debug hunks) and by crunching as a command file you make
  110.         sure PowerPacker will be able to handle all hunks in the file.
  111.         The next version of PowerPacker will have a special setting for
  112.         crunching libraries and devices.
  113.       - On Kickstart 2.0 PPLoadSeg will also patch NewLoadSeg.
  114.       - Don't try to crunch 'powerpacker.library'!  Figure out for yourself
  115.         why not :-)
  116.  
  117.  
  118.                            As always, I hope you find this program useful!
  119.  
  120.  
  121.                               PROGRAM HISTORY:
  122.  
  123. *****************************************************************************
  124. VERSION 1.0
  125.  
  126.      First release.
  127.  
  128. *****************************************************************************
  129.  
  130. PPLoadSeg 1.0 written by Nico François (Yes, Nico is my first name :-)
  131.  
  132. (c) 1991 Nico François / PowerPeak
  133.  
  134.                                    //
  135.                        Thanks to \X/ Amiga for being the best computer ever !
  136.  
  137.